home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5045 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: essex.UCHSC.edu!mcclured
  2. From: David McClure <mcclured@essex.UCHSC.edu>
  3. Newsgroups: comp.lang.c++,comp.graphics.apps.gnuplot
  4. Subject: Problem: M++, BC4.51, and gnuplot
  5. Date: Fri, 2 Feb 1996 00:54:26 -0700
  6. Organization: University of Colorado, Health Sciences Center
  7. Message-ID: <Pine.ULT.3.91.960202004157.8221A-100000@essex.UCHSC.edu>
  8. NNTP-Posting-Host: essex.uchsc.edu
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11.  
  12. I'm assisting in writting a Win3.1 app using Borland's 4.51 C++ and 
  13. Dyad's C++ math library called M++. M++ uses window version of gnuplot.
  14. The plot commands are in a class called MppPlot. We call a funcition 
  15. SetLogscale ("On" , "y" ) which should set the y-axis to log scale, but 
  16. it doesn,t work. It compiles fine and we get a nice window plot but in 
  17. linear scale for y-axis. It seem to me either this function should work 
  18. like it should, or BC4.51 would generate an error.  Any ideas on how to 
  19. get semi-log plots with wgnuplot working with M++ and BC4.51?
  20.  
  21. Thanks much,
  22.  
  23. *****************************
  24. *  David.McClure@UCHSC.edu  *
  25. *****************************
  26.  
  27.